KREDOR Business Object Framework Documentation

SelectFrom<T>.StoredProcedure Method 

Gets a SelectFrom instance configured to use the specified stored procedure arguments to select the objects from tha database.

public SelectFrom<T> StoredProcedure(
   String procedureName,
   params Object[] parameterValues
);

Parameters

String
The name of the stored procedure to call when the SelectFrom.Query() method is called.
Object[]
The arguments to pass to the stored procedure.

Return Value

A SelectFrom representing a call to the specified stored procedure with the specified arguments

See Also

SelectFrom<T> Class | Kredor.BO Namespace